home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UNIXTOOL
/
GNU
/
PERL
/
PERL5SRC.ZIP
/
!Perl
/
Makefile
Wrap
Makefile
|
1995-07-03
|
655b
|
23 lines
# Project: Perl5
.SUFFIXES: .o .c
CC = cc
LD = link
INCLUDE = -IC:,InterNet:
Libraries = C:o.stubs C:o.utils Internet:o.NetLib
CCflags = -c -depend !Depend $(INCLUDE) -ffa -wan -DRISCOS -DCONSERVATIVE -DDEBUGGING
linkflags = -aif -o $@
Files1 = o.miniplmain o.perl o.perly o.pp o.pp_hot o.pp_ctl o.pp_sys o.regcomp o.regexec
Files2 = o.av o.scope o.op o.doop o.doio o.dump o.hv o.mg
Files3 = o.gv o.sv o.taint o.toke o.util o.deb o.run o.acorn
Perl: $(Files1) $(Files2) $(Files3) $(Libraries)
$(LD) $(linkflags) $(Libraries) $(Files1) $(Files2) $(Files3)
squeeze perl
.c.o:; $(CC) $(CCflags) -o $@ c.$*
# Dynamic dependencies: